<!-- 往到 -->

* {
	font-family: "ＭＳ　ゴシック";
}

body {
	background-color:#333333;
	color:#ccc6c6;
	font-size:12px;
	line-height:175%;
	margin:0;
	padding:0;
}

img{
	border:none;
}

h1 {
	font-size:10px;
	line-heithg:10px;
	margin:-20px 0 0 0;
	padding:0;
	font-weight:normal;
	text-align:center;
}

h2 , h3 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	clear:both;
}

hr {
	margin:0;
	padding:4px 2px;
	height:3px;
	border:none;
	border-top:dotted 1px #aaaaaa;
	clear:both;
}

a , a:visited {
	color:#777aaa;
	font-weight:normal;
	text-decoration:none;
}

a:hover , a:active {
	color:#aaafff;
	font-weight:normal;
	text-decoration:none;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style-position:inside;
}

/* 基本枠の配置 */

#c-area {
	width:780px;
	margin:0 auto;
	padding:0;
	border:none;
	background:url(images/menu-bg.gif) 4px -6px no-repeat;
	background-color:#000000;
	text-align:left;
}

#c-area h2 {
	float:right;
	padding:0 8px;
}

#menu {
	margin:0;
	padding:4px;
	height:165px;
}

#menu h2 {
	width:450px;
	font-size:16px;
	font-weight:bold;
	color:#993300;
	float:none;
	padding:130px 0 0 70px;
	background:url(images/con-h2-bg.gif) 50px 120px no-repeat;
	border-bottom:double 4px #990000;
}

#menu li {
	display:block;
	float:left;
	padding-right:10px;
	width:90px;
	height:26px;
	list-style-type:none;
	text-align:center;
}

#menu li a:hover , #menu li a:active {
	display:block;
}

#menu li a:hover , #menu li a:active {
	display:block;
	background:url(images/menu-li-hov-bg.gif) 0 0 no-repeat;
}

#contents {
	clear:both;
	margin:0;
	padding:10px 0 0 6px;
}

#content {
	float:left;
	width:500px;
	margin:0;
	padding:10px 5px 10px 10px;
}

#content h2 {
	float:none;
	font-size:16px;
	font-weight:bold;
	padding:6px 0 0 30px;
	background:url(images/con-h2-bg.gif) 10px 0 no-repeat;
	border-bottom:double 4px #990000;
}

#content h3 ,
.price dt {
	font-size:14px;
	font-weight:bold;
	padding:8px 0 4px 36px;
	background:url(images/con-h3-bg.gif) 0 6px no-repeat;
}

#top {
	margin: -50px 0 0 0;
	padding:10px 0;
}

.cb {
	padding:10px 0;
}

.c-con {
	padding:4px 8px;
	background-color:#222022;
}

#side {
	width:230px;
	margin:210px 0 0 0;
	padding:0;
	float:right;
}

.rb {
	margin:12px 0 20px 0;
	padding:0 0 0 6px;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
}

.rb h3 {
	font-size:14px;
	font-weight:bold;
	padding:12px 0 6px 20px;
	background:url(images/rb-h3-bg.gif) -4px 16px no-repeat;
}

.rb-c {
	padding:0 0 0 16px;
}

#credit {
	text-align:center;
	font-size:10px;
	line-height:120%;
	margin:0;
	padding:44px 6px 0 6px;
	background:url(images/footer-bg.gif) 30px 4px no-repeat;
	border-top:dotted 1px #444040;
}

#footer {
	clear:both;
	height:40px;
	margin:0;
	padding:8px;
}

#footer h2 {
	float:none;
	padding-top:20px;
}


/* Blog-Block */

.blog-hl {
	padding:4px;
	line-height:120%;
}

.blog-date {
	font-size:12px;
	line-height:130%;
	color:#666363;
	padding:0 0 0 80px;
}

.comments-body {
	padding:4px 16px;
	border-bottom:dotted 1px #999999;
}

.comments-post {
	padding-left:240px;
}

.posted {
	border-bottom:dotted 1px #666666;
	padding:12px 24px 0 24px;
	margin-bottom:16px;
}

.blog h2 , 
.blog h2 a, 
.blog h2 a:hover, 
.blog h2 a:active, 
.blog h2 a:visited {
	font-weight:bold;
}

.links {
	width:200px;
	padding:4px 16px 12px 16px;
	float:left;
}

.links h4 {
	margin:0;
	font-size:14px;
	font-weight:bold;
	clear:none;
	border-bottom:dotted 1px #666670;
}

.price {
	padding:0 0 0 50px;
}

.price dd{
	width:200px;
	margin:0;
	padding:0 0 12px 150px;
	border-bottom:dotted 1px #999999;
}

